Engine Options
Creates a new instance of EngineOptions with the given renderingMode.
All other parameters remain at their defaults.
Since
8.0.0
inline fun EngineOptions(renderingMode: RenderingMode, configuration: OptionsDsl.() -> Unit): EngineOptions
inline fun EngineOptions(renderingMode: RenderingMode, configuration: OptionsDsl.() -> Unit): EngineOptions
Creates a new instance of EngineOptions with the given renderingMode and configuration.
Since
8.0.0